Flexible hose with elbow D13 90^718 FM40, 3/4X1/2

The photographs are for illustrative purposes only.
Get AI analytics on product Flexible hose with elbow D13 90^718 FM40, 3/4X1/2:
8.18€/pc.
Ex Tax: 6.60€/pc.
MAGMA
0 reviews
In stock
Product Code: 000-4394717MASP
EAN Code: 4750667100426
Qty
Tags:

90° Elbow Flexible Connector D13 (FM40) for Compact Plumbing Connections

Flexible hose with an integrated 90° elbow designed to connect plumbing fixtures; model FM40, code 718, diameter D13 and connectors 3/4x1/2 — ideal for reliable tight connections and easy installation. Buy at SityPro; compare price and features before purchase.

Key Benefits


    Space-saving 90° elbow for tight installation spots
  • Flexible design allows easy alignment with fittings
  • Standard 3/4x1/2 connector sizes for wide compatibility
  • Clear model/code identification: FM40, 718 for correct replacement
  • D13 diameter suitable for typical supply lines
  • Reduces need for additional fittings and potential leak points

Applications

Suitable for plumbing connections where a right-angle flexible link is required.


    Connecting kitchen and bathroom taps to supply lines
  • Hooking up mixers and faucets with limited access
  • Supply connections for boilers and water heaters
  • Replacement hose for existing fixtures requiring 3/4x1/2 connections
  • Compact installations behind cabinets or under sinks

What to Consider When Choosing


    Verify connector compatibility — this model is 3/4x1/2
  1. Confirm required elbow angle; this product provides 90°
  2. Check diameter match — listed as D13
  3. Match model/code (FM40, 718) when replacing existing parts
  4. Ensure sufficient clearance for the elbow in the installation area

Specifications


    Type: Flexible hose with elbow
  • Diameter: D13
  • Elbow angle: 90°
  • Model/code: FM40, 718
  • Connector sizes: 3/4x1/2

Why Buy from SityPro


    Easy online ordering and clear product features for confident purchase
  • Competitive price and transparent product codes for matching parts
  • Reliable customer support to help with selection and questions
  • Delivery available to Estonia and Finland for convenient receipt
  • Secure payment and straightforward returns for peace of mind

Description provided by sitypro.com

Flexible hose with elbow D13 90^718 FM40, 3/4X1/2
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка с угол. D13 90^ 718 FM40, 3/4X1/2

What is the Flexible hose with elbow D13 90^718 FM40, 3/4X1/2?

Flexible hose with elbow D13 90^718 FM40, 3/4X1/2 is a D13‑diameter flexible connector with an integrated 90° elbow and 3/4×1/2 threaded ends; model FM40 (code 718) is designed for compact, directed plumbing connections.

Is this hose suitable for connecting a kitchen mixer tap?

Yes, the Flexible hose with elbow D13 90^718 FM40, 3/4X1/2 is suitable for mixer taps when the tap or supply requires 3/4×1/2 connections and a 90° elbow is needed in tight installation spaces.

Can this hose be used to connect a water heater?

The Flexible hose with elbow D13 90^718 FM40, 3/4X1/2 can be used for water heater connections if the heater accepts 3/4×1/2 threaded fittings and a 90° outlet is required.

What are the dimensions and thread sizes of model 718 FM40?

The Flexible hose with elbow D13 90^718 FM40 features a D13 diameter and standard threaded connections 3/4×1/2, as indicated in the product name for compatibility.

What material is the flexible hose made of and is it safe for drinking water?

The listing notes a flexible construction (model FM40, MA1061484SP, manufacturer MAGMA) but does not specify the exact material; to confirm drinking‑water suitability check the manufacturer technical sheet or ask the seller.

How does this elbow flexible hose differ from a straight D13 hose?

The key difference is the built‑in 90° elbow: the Flexible hose with elbow D13 90^718 FM40 saves space and reduces the need for additional elbow fittings compared with a straight D13 hose, making installation easier in confined locations.

Is the hose compatible with most mixer taps and plumbing fixtures by thread size?

Yes, the 3/4×1/2 threaded connections make the Flexible hose with elbow D13 90^718 FM40 compatible with most mixer taps and supplies using those sizes; always verify your fixture’s thread before purchase.

Can this hose be used to connect a washing machine or dishwasher?

Yes, the Flexible hose with elbow D13 90^718 FM40 can be used for domestic appliances if the appliance inlet uses 3/4×1/2 threads and a 90° outlet fits the installation; check length and pressure requirements.

How to choose between model 718 FM40 and other hoses in the Hoses category?

Choose the Flexible hose with elbow D13 90^718 FM40 when you need a 90° elbow, D13 diameter and 3/4×1/2 connections; for straight runs or different diameters select another model from the Hoses category.

How to know if model MA1061484SP by MAGMA is the right replacement for my old hose?

Compare the MA1061484SP/718 FM40 markings, D13 diameter and 3/4×1/2 threads with your old hose; if dimensions and the 90° elbow match, this MAGMA model is suitable as a replacement.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');